github.com/coder/websocket.msgReader.flate (field)
6 uses
github.com/coder/websocket (current package)
read.go#L402: flate bool
read.go#L419: mr.flate = h.rsv1
read.go#L422: if mr.flate {
read.go#L443: if mr.flate && mr.flateContextTakeover() {
read.go#L447: if errors.Is(err, io.EOF) || errors.Is(err, io.ErrUnexpectedEOF) && mr.fin && mr.flate {
read.go#L461: if mr.flate {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |